home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / shell / axsh_1_3_demo.lha / InstallDisk.lha / man / net.man < prev    next >
Text File  |  1992-10-14  |  2KB  |  84 lines

  1.  
  2.  
  3. NET            SYSTEM COMMANDS             11-Oct-1992
  4.  
  5.  
  6. NAME
  7.     net - transfer news and mail between systems
  8.  
  9. SYNOPSIS
  10.     net [hostname]
  11.  
  12.  
  13. DESCRIPTION
  14.     When  invoked  without  parameters,  net uses the %hub:  and
  15.     %password:   entries  from  the  /etc/rc and will try to log
  16.     into  the hub.  When net is invoked, the connection with the
  17.     hub  machine  is  already initated by the ax-server.  If net
  18.     succeeds  to log into the hub, it will start the net program
  19.     also in the hub with its own name as the argument.
  20.  
  21.     When  net  is  running  on  both  ends,  they  do  a  simple
  22.     handshaking  and  use  rn  (rn net <host> pack) to compile a
  23.     news packet and c:LhA to compress the packets before sending
  24.     them   with   xprzmodem.library.    When   both   ends  have
  25.     transferred  packets,  they  are uncompressed with c:LhA and
  26.     appropriate  programs  are  run to distribute the packets to
  27.     news and mail systems.
  28.  
  29.     For  news  "rn net <host> unpack"  is  used, "mailserver" is
  30.     used to handle the mail packet.
  31.  
  32.  
  33. OPERATION
  34.     1. News  article  names  are stored in the appropriate batch
  35.        files when they are posted.
  36.        E-mail  messages  are stored in the normal mail directory
  37.        with the receiving host's name.
  38.  
  39.     2. AX-server  calls  the host when defined in the rc.server.
  40.        When  connected,  it will invoke net, which will then log
  41.        into the system and start net in that end too.
  42.  
  43.         Caller                Hub
  44.  
  45.     3. Compresses mail
  46.         and sends it        Receives mail
  47.                         unpacks and distributes it
  48.  
  49.     4.                Compresses mail
  50.                         and sends it
  51.  
  52.        Receives mail
  53.         unpacks and distributes it
  54.  
  55.     5. Collects news        Collects news
  56.  
  57.     6. Compresses news
  58.         and sends it        Receives news
  59.                         and uncompresses news
  60.  
  61.     7.                Compresses news
  62.        Receives news            and sends news
  63.  
  64.     8. Exits host            Hangups
  65.  
  66.     9. Uncompresses and
  67.         distributes news    Distributes news
  68.  
  69.     10. Exits, returns to ax-server    Exits, returns to AXsh
  70.  
  71.  
  72. FILES
  73.     /bin/net        Handles the transfer
  74.     /bin/rn            Collects/distributes news
  75.     /bin/mailserver        Distributes mail
  76.     c:LhA            Packer
  77.     libs:xprzmodem.library    Transfer protocol
  78.  
  79. SEE ALSO
  80.     rc.server.man
  81.     rc.news.man
  82.     rc.mail.man
  83.     etc...
  84.